From: Stefan Monnier Date: Wed, 11 Sep 2013 03:31:06 +0000 (-0400) Subject: * keyboard.c (read_char): Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3251^2~48 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=765da53c2084e3687201f06f8d050497f0e06da9;p=emacs.git * keyboard.c (read_char): Fix last change. Fixes: debbugs:15332 --- diff --git a/src/keyboard.c b/src/keyboard.c index a768c9bb409..020c8859941 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -2597,7 +2597,7 @@ read_char (int commandflag, Lisp_Object map, if (/* There currently is something in the echo area. */ !NILP (echo_area_buffer[0]) && (/* It's an echo from a different kboard. */ - || echo_kboard != current_kboard + echo_kboard != current_kboard /* Or we explicitly allow overwriting whatever there is. */ || ok_to_echo_at_next_pause == NULL)) cancel_echoing ();